/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[12].use[3]!./styles/globals.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  :root {
    --brand-55: #0085ef;
    --brand-60: #2492fe;
    --brand-75: #8dbbff;
    --brand-94: #e6eeff;
    --brand-98: #f9f9ff;
    --brand-free-55: #816eff;
    --brand-free-60: #8f7eff;
    --brand-free-75: #baafff;
    --ch-red-55: #ec474a;
    --ch-red-60: #fe5456;
    --ch-red-70: #ff8984;
    --ch-orange-55: #d86013;
    --ch-orange-60: #ec6a16;
    --ch-orange-70: #ff8d4f;
    --neutral-0: #000000;
    --neutral-10: #1a1c20;
    --neutral-100: #ffffff;
    --neutral-20: #2f3135;
    --neutral-30: #45474b;
    --neutral-40: #5d5e62;
    --neutral-50: #76777b;
    --neutral-60: #909095;
    --neutral-70: #aaabb0;
    --neutral-80: #c6c6cb;
    --neutral-90: #e2e2e7;
    --neutral-94: #eeedf1;
    --neutral-97: #f5f3f5;
    --neutral-98: #fbf9fb;
    --op-b-3: rgba(0, 0, 0, 0.03);
    --op-b-40: rgba(0, 0, 0, 0.4);
    --op-b-8: rgba(0, 0, 0, 0.08);
    --op-b-92: rgba(0, 0, 0, 0.92);
    --op-brand-8: rgba(36, 146, 254, 0.08);
    --op-w-11: rgba(255, 255, 255, 0.11);
    --op-w-6: rgba(255, 255, 255, 0.06);
    --bg: #ffffff;
    --bg-dim: rgba(0, 0, 0, 0.4);
    --bg-dim-bold: rgba(0, 0, 0, 0.92);
    --bg-raised: #eeedf1;
    --bg-raised-subtle: #fbf9fb;
    --fill-brand: #2492fe;
    --fill-brand-free: #8f7eff;
    --fill-brand-subtler: #e6eeff;
    --fill-neutral: #000000;
    --fill-neutral-inverse: #ffffff;
    --fill-neutral-subtler: #eeedf1;
    --fill-neutral-subtlest: #f5f3f5;
    --fill-red: #fe5456;
    --film-hover-black: rgba(0, 0, 0, 0.03);
    --film-hover-black-bold: rgba(0, 0, 0, 0.08);
    --film-hover-white: rgba(255, 255, 255, 0.06);
    --film-hover-white-bold: rgba(255, 255, 255, 0.11);
    --fg-brand: #0085ef;
    --fg-brand-free: #816eff;
    --fg-inverse-normal: #ffffff;
    --fg-normal: #1a1c20;
    --fg-red: #ec474a;
    --fg-red-subtle: #ff8984;
    --fg-orange: #d86013;
    --fg-orange-subtle: #ff8d4f;
    --fg-subtle: #5d5e62;
    --fg-subtler: #aaabb0;
    --fg-subtlest: #c6c6cb;
  }

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 300px) {

  .container {
    max-width: 300px;
  }
}
@media (min-width: 674px) {

  .container {
    max-width: 674px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {

  .container {
    max-width: 1440px;
  }
}
.gradient-left::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    background: linear-gradient(90deg, #fff 40%, rgba(255, 255, 255, 0) 100%);
  }
.gradient-right::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: linear-gradient(270deg, #fff 40%, rgba(255, 255, 255, 0) 100%);
  }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-1\/2 {
  inset: 50%;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.\!bottom-\[16px\] {
  bottom: 16px !important;
}
.\!left-\[50\%\] {
  left: 50% !important;
}
.-left-2 {
  left: -0.5rem;
}
.-top-2 {
  top: -0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-28 {
  bottom: 7rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-60 {
  bottom: 15rem;
}
.bottom-7 {
  bottom: 1.75rem;
}
.bottom-\[0\] {
  bottom: 0;
}
.bottom-\[10px\] {
  bottom: 10px;
}
.bottom-\[11px\] {
  bottom: 11px;
}
.bottom-\[16px\] {
  bottom: 16px;
}
.bottom-\[18px\] {
  bottom: 18px;
}
.bottom-\[20px\] {
  bottom: 20px;
}
.bottom-\[24px\] {
  bottom: 24px;
}
.bottom-\[6px\] {
  bottom: 6px;
}
.left-0 {
  left: 0px;
}
.left-20 {
  left: 5rem;
}
.left-28 {
  left: 7rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-5 {
  left: 1.25rem;
}
.left-\[-10px\] {
  left: -10px;
}
.left-\[0\] {
  left: 0;
}
.left-\[0px\] {
  left: 0px;
}
.left-\[10px\] {
  left: 10px;
}
.left-\[12px\] {
  left: 12px;
}
.left-\[24px\] {
  left: 24px;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-20 {
  right: 5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-36 {
  right: 9rem;
}
.right-4 {
  right: 1rem;
}
.right-\[-8px\] {
  right: -8px;
}
.right-\[0\] {
  right: 0;
}
.right-\[100\%\] {
  right: 100%;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[12px\] {
  right: 12px;
}
.right-\[16px\] {
  right: 16px;
}
.right-\[20px\] {
  right: 20px;
}
.right-\[24px\] {
  right: 24px;
}
.right-\[350px\] {
  right: 350px;
}
.right-\[6px\] {
  right: 6px;
}
.right-\[8px\] {
  right: 8px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-14 {
  top: 3.5rem;
}
.top-16 {
  top: 4rem;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-5 {
  top: 1.25rem;
}
.top-8 {
  top: 2rem;
}
.top-9 {
  top: 2.25rem;
}
.top-\[-30px\] {
  top: -30px;
}
.top-\[-50px\] {
  top: -50px;
}
.top-\[-8px\] {
  top: -8px;
}
.top-\[0\] {
  top: 0;
}
.top-\[0px\] {
  top: 0px;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[14px\] {
  top: 14px;
}
.top-\[15px\] {
  top: 15px;
}
.top-\[16px\] {
  top: 16px;
}
.top-\[18px\] {
  top: 18px;
}
.top-\[24px\] {
  top: 24px;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[38px\] {
  top: 38px;
}
.top-\[40px\] {
  top: 40px;
}
.top-\[44px\] {
  top: 44px;
}
.top-\[479px\] {
  top: 479px;
}
.top-\[48px\] {
  top: 48px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[52px\] {
  top: 52px;
}
.top-\[6px\] {
  top: 6px;
}
.top-\[76px\] {
  top: 76px;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[0\] {
  z-index: 0;
}
.z-\[10000000\] {
  z-index: 10000000;
}
.z-\[10000001\] {
  z-index: 10000001;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[200\] {
  z-index: 200;
}
.z-\[20\] {
  z-index: 20;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[4\] {
  z-index: 4;
}
.z-\[5\] {
  z-index: 5;
}
.z-auto {
  z-index: auto;
}
.order-\[1\] {
  order: 1;
}
.order-\[2\] {
  order: 2;
}
.order-\[3\] {
  order: 3;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-span-3 {
  grid-row: span 3 / span 3;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-\[-16px\] {
  margin-left: -16px;
  margin-right: -16px;
}
.mx-\[-20px\] {
  margin-left: -20px;
  margin-right: -20px;
}
.mx-\[12px\] {
  margin-left: 12px;
  margin-right: 12px;
}
.mx-\[16px\] {
  margin-left: 16px;
  margin-right: 16px;
}
.mx-\[24px\] {
  margin-left: 24px;
  margin-right: 24px;
}
.mx-\[4px\] {
  margin-left: 4px;
  margin-right: 4px;
}
.mx-\[8px\] {
  margin-left: 8px;
  margin-right: 8px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-\[14px\] {
  margin-top: 14px;
  margin-bottom: 14px;
}
.my-\[16px\] {
  margin-top: 16px;
  margin-bottom: 16px;
}
.my-\[8px\] {
  margin-top: 8px;
  margin-bottom: 8px;
}
.-ml-12 {
  margin-left: -3rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-ml-3 {
  margin-left: -0.75rem;
}
.-mt-\[5px\] {
  margin-top: -5px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[1px\] {
  margin-bottom: 1px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[-1px\] {
  margin-left: -1px;
}
.ml-\[-2px\] {
  margin-left: -2px;
}
.ml-\[-6px\] {
  margin-left: -6px;
}
.ml-\[16px\] {
  margin-left: 16px;
}
.ml-\[3px\] {
  margin-left: 3px;
}
.ml-\[4px\] {
  margin-left: 4px;
}
.ml-\[5px\] {
  margin-left: 5px;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-\[-1px\] {
  margin-right: -1px;
}
.mr-\[-20px\] {
  margin-right: -20px;
}
.mr-\[2px\] {
  margin-right: 2px;
}
.mr-\[4px\] {
  margin-right: 4px;
}
.mr-\[8px\] {
  margin-right: 8px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-60 {
  margin-top: 15rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[\'auto\'\] {
  margin-top: 'auto';
}
.mt-\[-2\.5px\] {
  margin-top: -2.5px;
}
.mt-\[0\] {
  margin-top: 0;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[2x\] {
  margin-top: 2x;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[52px\] {
  margin-top: 52px;
}
.mt-\[70px\] {
  margin-top: 70px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[1\/0\.415\] {
  aspect-ratio: 1/0.415;
}
.aspect-auto {
  aspect-ratio: auto;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.\!h-\[14px\] {
  height: 14px !important;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-40 {
  height: 10rem;
}
.h-8 {
  height: 2rem;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[101px\] {
  height: 101px;
}
.h-\[104px\] {
  height: 104px;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[12\.75px\] {
  height: 12.75px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[132px\] {
  height: 132px;
}
.h-\[134px\] {
  height: 134px;
}
.h-\[135px\] {
  height: 135px;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[142px\] {
  height: 142px;
}
.h-\[144px\] {
  height: 144px;
}
.h-\[148px\] {
  height: 148px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[162px\] {
  height: 162px;
}
.h-\[163px\] {
  height: 163px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[175px\] {
  height: 175px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[19px\] {
  height: 19px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[208px\] {
  height: 208px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[21px\] {
  height: 21px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[222px\] {
  height: 222px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[235px\] {
  height: 235px;
}
.h-\[244px\] {
  height: 244px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[255px\] {
  height: 255px;
}
.h-\[258px\] {
  height: 258px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[286px\] {
  height: 286px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[298px\] {
  height: 298px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[316px\] {
  height: 316px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[360px\] {
  height: 360px;
}
.h-\[369px\] {
  height: 369px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[37px\] {
  height: 37px;
}
.h-\[380px\] {
  height: 380px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[403px\] {
  height: 403px;
}
.h-\[408px\] {
  height: 408px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[428px\] {
  height: 428px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[452px\] {
  height: 452px;
}
.h-\[463px\] {
  height: 463px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[480px\] {
  height: 480px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[49px\] {
  height: 49px;
}
.h-\[50\%\] {
  height: 50%;
}
.h-\[509px\] {
  height: 509px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[512px\] {
  height: 512px;
}
.h-\[51px\] {
  height: 51px;
}
.h-\[529px\] {
  height: 529px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[547px\] {
  height: 547px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[560px\] {
  height: 560px;
}
.h-\[561px\] {
  height: 561px;
}
.h-\[565px\] {
  height: 565px;
}
.h-\[587px\] {
  height: 587px;
}
.h-\[59px\] {
  height: 59px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[626px\] {
  height: 626px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[650px\] {
  height: 650px;
}
.h-\[66px\] {
  height: 66px;
}
.h-\[68px\] {
  height: 68px;
}
.h-\[692px\] {
  height: 692px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[700px\] {
  height: 700px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[720px\] {
  height: 720px;
}
.h-\[73px\] {
  height: 73px;
}
.h-\[750px\] {
  height: 750px;
}
.h-\[752px\] {
  height: 752px;
}
.h-\[757px\] {
  height: 757px;
}
.h-\[76px\] {
  height: 76px;
}
.h-\[780px\] {
  height: 780px;
}
.h-\[800px\] {
  height: 800px;
}
.h-\[82px\] {
  height: 82px;
}
.h-\[84px\] {
  height: 84px;
}
.h-\[85px\] {
  height: 85px;
}
.h-\[86px\] {
  height: 86px;
}
.h-\[88px\] {
  height: 88px;
}
.h-\[8px\] {
  height: 8px;
}
.h-\[98px\] {
  height: 98px;
}
.h-\[auto\] {
  height: auto;
}
.h-\[calc\(100\%-108px\)\] {
  height: calc(100% - 108px);
}
.h-\[calc\(100\%-144px\)\] {
  height: calc(100% - 144px);
}
.h-\[calc\(100\%-32px\)\] {
  height: calc(100% - 32px);
}
.h-\[calc\(100\%-48px\)\] {
  height: calc(100% - 48px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[100\%\] {
  max-height: 100%;
}
.max-h-\[340px\] {
  max-height: 340px;
}
.max-h-\[665px\] {
  max-height: 665px;
}
.max-h-\[672px\] {
  max-height: 672px;
}
.max-h-\[780px\] {
  max-height: 780px;
}
.max-h-\[none\] {
  max-height: none;
}
.min-h-\[188px\] {
  min-height: 188px;
}
.min-h-\[212px\] {
  min-height: 212px;
}
.\!w-\[14px\] {
  width: 14px !important;
}
.\!w-\[auto\] {
  width: auto !important;
}
.\!w-auto {
  width: auto !important;
}
.w-1\/2 {
  width: 50%;
}
.w-3\/5 {
  width: 60%;
}
.w-8 {
  width: 2rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[104px\] {
  width: 104px;
}
.w-\[106px\] {
  width: 106px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[111px\] {
  width: 111px;
}
.w-\[116px\] {
  width: 116px;
}
.w-\[1194px\] {
  width: 1194px;
}
.w-\[12\.75px\] {
  width: 12.75px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[127px\] {
  width: 127px;
}
.w-\[128px\] {
  width: 128px;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[132px\] {
  width: 132px;
}
.w-\[134px\] {
  width: 134px;
}
.w-\[1360px\] {
  width: 1360px;
}
.w-\[136px\] {
  width: 136px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[144px\] {
  width: 144px;
}
.w-\[148px\] {
  width: 148px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[171px\] {
  width: 171px;
}
.w-\[172px\] {
  width: 172px;
}
.w-\[179px\] {
  width: 179px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[192px\] {
  width: 192px;
}
.w-\[19px\] {
  width: 19px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[218px\] {
  width: 218px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[230px\] {
  width: 230px;
}
.w-\[236px\] {
  width: 236px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[243px\] {
  width: 243px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[260px\] {
  width: 260px;
}
.w-\[284px\] {
  width: 284px;
}
.w-\[287px\] {
  width: 287px;
}
.w-\[288px\] {
  width: 288px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[292px\] {
  width: 292px;
}
.w-\[299\.25px\] {
  width: 299.25px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[308px\] {
  width: 308px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[32\.75px\] {
  width: 32.75px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[322px\] {
  width: 322px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[344px\] {
  width: 344px;
}
.w-\[35\%\] {
  width: 35%;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[376px\] {
  width: 376px;
}
.w-\[380px\] {
  width: 380px;
}
.w-\[386px\] {
  width: 386px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[420px\] {
  width: 420px;
}
.w-\[424px\] {
  width: 424px;
}
.w-\[427px\] {
  width: 427px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[560px\] {
  width: 560px;
}
.w-\[589px\] {
  width: 589px;
}
.w-\[592px\] {
  width: 592px;
}
.w-\[594px\] {
  width: 594px;
}
.w-\[602px\] {
  width: 602px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[62px\] {
  width: 62px;
}
.w-\[640px\] {
  width: 640px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[65\%\] {
  width: 65%;
}
.w-\[650px\] {
  width: 650px;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[73px\] {
  width: 73px;
}
.w-\[74px\] {
  width: 74px;
}
.w-\[76px\] {
  width: 76px;
}
.w-\[79px\] {
  width: 79px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[826px\] {
  width: 826px;
}
.w-\[855px\] {
  width: 855px;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[96px\] {
  width: 96px;
}
.w-\[98px\] {
  width: 98px;
}
.w-\[99\.2px\] {
  width: 99.2px;
}
.w-\[calc\(100\%\+20px\)\] {
  width: calc(100% + 20px);
}
.w-\[calc\(100\%-100px\)\] {
  width: calc(100% - 100px);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[1280px\] {
  min-width: 1280px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[292px\] {
  min-width: 292px;
}
.min-w-\[40px\] {
  min-width: 40px;
}
.min-w-\[52px\] {
  min-width: 52px;
}
.min-w-\[56\] {
  min-width: 56;
}
.min-w-\[640px\] {
  min-width: 640px;
}
.min-w-\[88px\] {
  min-width: 88px;
}
.\!max-w-\[320px\] {
  max-width: 320px !important;
}
.max-w-\[144px\] {
  max-width: 144px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[182px\] {
  max-width: 182px;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.table-fixed {
  table-layout: fixed;
}
.border-separate {
  border-collapse: separate;
}
.border-spacing-0 {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.\!translate-x-\[-50\%\] {
  --tw-translate-x: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-x-\[50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[8px\] {
  --tw-translate-x: -8px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[7px\] {
  --tw-translate-y: -7px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-8px\] {
  --tw-translate-x: -8px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[100\%\] {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[\$\{dir\}deg\] {
  --tw-rotate: ${dir}deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-none {
  cursor: none;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[112px_auto\] {
  grid-template-columns: 112px auto;
}
.grid-cols-\[32px_auto\] {
  grid-template-columns: 32px auto;
}
.grid-cols-\[60px_424px_auto\] {
  grid-template-columns: 60px 424px auto;
}
.grid-cols-\[repeat\(auto-fill\2c minmax\(98px\2c auto\)\)\] {
  grid-template-columns: repeat(auto-fill,minmax(98px,auto));
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[1px\] {
  gap: 1px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[3\.27px\] {
  gap: 3.27px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[48px\] {
  gap: 48px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[52px\] {
  gap: 52px;
}
.gap-\[56px\] {
  gap: 56px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[7\.4px\] {
  gap: 7.4px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-x-\[12px\] {
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.gap-x-\[16px\] {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.gap-x-\[20px\] {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-\[12px\] {
  row-gap: 12px;
}
.gap-y-\[16px\] {
  row-gap: 16px;
}
.gap-y-\[20px\] {
  row-gap: 20px;
}
.gap-y-\[24px\] {
  row-gap: 24px;
}
.gap-y-\[2px\] {
  row-gap: 2px;
}
.gap-y-\[32px\] {
  row-gap: 32px;
}
.gap-y-\[4px\] {
  row-gap: 4px;
}
.gap-y-\[6px\] {
  row-gap: 6px;
}
.gap-y-\[8px\] {
  row-gap: 8px;
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-break-spaces {
  white-space: break-spaces;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[22px\] {
  border-radius: 22px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-\[36px\] {
  border-radius: 36px;
}
.rounded-\[44px\] {
  border-radius: 44px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[999px\] {
  border-radius: 999px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-\[20px\] {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.rounded-l-\[4px\] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-r-\[4px\] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-t-\[20px\] {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.rounded-t-\[8px\] {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.rounded-tl-\[12px\] {
  border-top-left-radius: 12px;
}
.rounded-tr-\[12px\] {
  border-top-right-radius: 12px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-\[0\.5px\] {
  border-width: 0.5px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-\[1px\] {
  border-left-width: 1px;
}
.border-l-\[2px\] {
  border-left-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-\[0\.5px\] {
  border-right-width: 0.5px;
}
.border-r-\[1px\] {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-\[\#0085EF\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 133 239 / var(--tw-border-opacity));
}
.border-\[\#2492fe\] {
  --tw-border-opacity: 1;
  border-color: rgb(36 146 254 / var(--tw-border-opacity));
}
.border-\[\#8DBBFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(141 187 255 / var(--tw-border-opacity));
}
.border-\[\#909095\] {
  --tw-border-opacity: 1;
  border-color: rgb(144 144 149 / var(--tw-border-opacity));
}
.border-\[\#C6C6CB\] {
  --tw-border-opacity: 1;
  border-color: rgb(198 198 203 / var(--tw-border-opacity));
}
.border-\[\#E2E2E7\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 226 231 / var(--tw-border-opacity));
}
.border-\[\#EEEDF1\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 237 241 / var(--tw-border-opacity));
}
.border-\[\#c6c6cb\] {
  --tw-border-opacity: 1;
  border-color: rgb(198 198 203 / var(--tw-border-opacity));
}
.border-bg {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-fg-brand {
  --tw-border-opacity: 1;
  border-color: rgb(0 133 239 / var(--tw-border-opacity));
}
.border-fg-subtlest {
  --tw-border-opacity: 1;
  border-color: rgb(198 198 203 / var(--tw-border-opacity));
}
.border-fill-brand-subtler {
  --tw-border-opacity: 1;
  border-color: rgb(230 238 255 / var(--tw-border-opacity));
}
.border-fill-neutral {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-fill-neutral-subtler {
  --tw-border-opacity: 1;
  border-color: rgb(238 237 241 / var(--tw-border-opacity));
}
.border-film-hover-black-bold {
  border-color: rgba(0, 0, 0, 0.08);
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-neutral-60 {
  --tw-border-opacity: 1;
  border-color: rgb(144 144 149 / var(--tw-border-opacity));
}
.border-neutral-80 {
  --tw-border-opacity: 1;
  border-color: rgb(198 198 203 / var(--tw-border-opacity));
}
.border-neutral-90 {
  --tw-border-opacity: 1;
  border-color: rgb(226 226 231 / var(--tw-border-opacity));
}
.border-neutral-94 {
  --tw-border-opacity: 1;
  border-color: rgb(238 237 241 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-b-\[\#0085EF\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 133 239 / var(--tw-border-opacity));
}
.border-b-\[\#EEEDF1\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(238 237 241 / var(--tw-border-opacity));
}
.border-t-gray-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.bg-\[\#0085EF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 133 239 / var(--tw-bg-opacity));
}
.bg-\[\#0085ef\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 133 239 / var(--tw-bg-opacity));
}
.bg-\[\#2492FE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 146 254 / var(--tw-bg-opacity));
}
.bg-\[\#2492fe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 146 254 / var(--tw-bg-opacity));
}
.bg-\[\#BDD6FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(189 214 255 / var(--tw-bg-opacity));
}
.bg-\[\#E6EEff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 238 255 / var(--tw-bg-opacity));
}
.bg-\[\#F5F3F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 245 / var(--tw-bg-opacity));
}
.bg-\[\#F9F9FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 255 / var(--tw-bg-opacity));
}
.bg-\[\#FBF9FB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 249 251 / var(--tw-bg-opacity));
}
.bg-\[\#FE5456\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 84 86 / var(--tw-bg-opacity));
}
.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#bdd6ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(189 214 255 / var(--tw-bg-opacity));
}
.bg-\[\#e7eeff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 238 255 / var(--tw-bg-opacity));
}
.bg-\[\#eeedf1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 237 241 / var(--tw-bg-opacity));
}
.bg-\[\#f0f0f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 246 / var(--tw-bg-opacity));
}
.bg-\[\#f5f3f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 245 / var(--tw-bg-opacity));
}
.bg-\[\#f9f9ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 255 / var(--tw-bg-opacity));
}
.bg-\[\#fbf9fb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 249 251 / var(--tw-bg-opacity));
}
.bg-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-bg-dim {
  background-color: rgba(0, 0, 0, 0.40);
}
.bg-bg-dim-bold {
  background-color: rgba(0, 0, 0, 0.92);
}
.bg-bg-raised-subtle {
  --tw-bg-opacity: 1;
  background-color: rgb(251 249 251 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-brand-98 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 255 / var(--tw-bg-opacity));
}
.bg-fg-brand {
  --tw-bg-opacity: 1;
  background-color: rgb(0 133 239 / var(--tw-bg-opacity));
}
.bg-fg-normal {
  --tw-bg-opacity: 1;
  background-color: rgb(26 28 32 / var(--tw-bg-opacity));
}
.bg-fg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(236 71 74 / var(--tw-bg-opacity));
}
.bg-fg-subtle {
  --tw-bg-opacity: 1;
  background-color: rgb(93 94 98 / var(--tw-bg-opacity));
}
.bg-fill-brand {
  --tw-bg-opacity: 1;
  background-color: rgb(36 146 254 / var(--tw-bg-opacity));
}
.bg-fill-brand-subtler {
  --tw-bg-opacity: 1;
  background-color: rgb(230 238 255 / var(--tw-bg-opacity));
}
.bg-fill-neutral {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-fill-neutral-inverse {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-fill-neutral-subtlest {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 245 / var(--tw-bg-opacity));
}
.bg-fill-op-subtle {
  background-color: rgba(0, 0, 0, 0.60);
}
.bg-fill-red {
  --tw-bg-opacity: 1;
  background-color: rgb(254 84 86 / var(--tw-bg-opacity));
}
.bg-film-hover-black-bold {
  background-color: rgba(0, 0, 0, 0.08);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-neutral-90 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 231 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-\[url\(\'\/assets\/icon\/diving_free\.svg\'\)\] {
  background-image: url('/assets/icon/diving_free.svg');
}
.bg-\[url\(\'\/assets\/icon\/diving_scuba\.svg\'\)\] {
  background-image: url('/assets/icon/diving_scuba.svg');
}
.bg-\[url\(\'\/assets\/icon\/star_full\.svg\'\)\] {
  background-image: url('/assets/icon/star_full.svg');
}
.bg-\[url\(\'\/assets\/icon\/star_gray\.svg\'\)\] {
  background-image: url('/assets/icon/star_gray.svg');
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#000\] {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[var\(--fg-brand\)\] {
  --tw-gradient-from: var(--fg-brand) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#8871E2\] {
  --tw-gradient-to: rgb(136 113 226 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #8871E2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#DC5B42\] {
  --tw-gradient-to: #DC5B42 var(--tw-gradient-to-position);
}
.to-\[rgba\(255\2c 255\2c 255\2c 0\.00\)\] {
  --tw-gradient-to: rgba(255,255,255,0.00) var(--tw-gradient-to-position);
}
.bg-\[length\:16px_16px\] {
  background-size: 16px 16px;
}
.bg-cover {
  background-size: cover;
}
.bg-left {
  background-position: left;
}
.bg-left-top {
  background-position: left top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}
.\!p-\[0\] {
  padding: 0 !important;
}
.\!p-\[2px\] {
  padding: 2px !important;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[16px\] {
  padding: 16px;
}
.p-\[1px\] {
  padding: 1px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[24px\] {
  padding: 24px;
}
.p-\[2px\] {
  padding: 2px;
}
.p-\[32px\] {
  padding: 32px;
}
.p-\[3px\] {
  padding: 3px;
}
.p-\[4px\] {
  padding: 4px;
}
.p-\[5px\] {
  padding: 5px;
}
.p-\[6px\] {
  padding: 6px;
}
.p-\[8px\] {
  padding: 8px;
}
.p-\[9px\] {
  padding: 9px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[0\] {
  padding-left: 0;
  padding-right: 0;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[11px\] {
  padding-left: 11px;
  padding-right: 11px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px;
}
.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}
.px-\[36px\] {
  padding-left: 36px;
  padding-right: 36px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}
.px-\[56px\] {
  padding-left: 56px;
  padding-right: 56px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-\[9\.5px\] {
  padding-top: 9.5px;
  padding-bottom: 9.5px;
}
.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[18px\] {
  padding-bottom: 18px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pb-\[28px\] {
  padding-bottom: 28px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[32px\] {
  padding-bottom: 32px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[4px\] {
  padding-bottom: 4px;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-\[12px\] {
  padding-left: 12px;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pl-\[18px\] {
  padding-left: 18px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[22px\] {
  padding-left: 22px;
}
.pl-\[24px\] {
  padding-left: 24px;
}
.pl-\[28px\] {
  padding-left: 28px;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pl-\[36px\] {
  padding-left: 36px;
}
.pl-\[38px\] {
  padding-left: 38px;
}
.pl-\[40px\] {
  padding-left: 40px;
}
.pl-\[4px\] {
  padding-left: 4px;
}
.pl-\[50px\] {
  padding-left: 50px;
}
.pl-\[52px\] {
  padding-left: 52px;
}
.pl-\[5px\] {
  padding-left: 5px;
}
.pl-\[8px\] {
  padding-left: 8px;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pr-\[12px\] {
  padding-right: 12px;
}
.pr-\[14px\] {
  padding-right: 14px;
}
.pr-\[16px\] {
  padding-right: 16px;
}
.pr-\[18px\] {
  padding-right: 18px;
}
.pr-\[24px\] {
  padding-right: 24px;
}
.pr-\[3px\] {
  padding-right: 3px;
}
.pr-\[4px\] {
  padding-right: 4px;
}
.pr-\[8px\] {
  padding-right: 8px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pt-\[16px\] {
  padding-top: 16px;
}
.pt-\[18px\] {
  padding-top: 18px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pt-\[2px\] {
  padding-top: 2px;
}
.pt-\[36px\] {
  padding-top: 36px;
}
.pt-\[4px\] {
  padding-top: 4px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.align-super {
  vertical-align: super;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[9\.8px\] {
  font-size: 9.8px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-\[14\.4px\] {
  line-height: 14.4px;
}
.leading-\[15\.6px\] {
  line-height: 15.6px;
}
.leading-\[16\.8px\] {
  line-height: 16.8px;
}
.leading-\[19\.2px\] {
  line-height: 19.2px;
}
.leading-\[19\.6px\] {
  line-height: 19.6px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[28\.8px\] {
  line-height: 28.8px;
}
.leading-\[38\.4px\] {
  line-height: 38.4px;
}
.leading-\[72px\] {
  line-height: 72px;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.text-\[\#0085EF\] {
  --tw-text-opacity: 1;
  color: rgb(0 133 239 / var(--tw-text-opacity));
}
.text-\[\#0085ef\] {
  --tw-text-opacity: 1;
  color: rgb(0 133 239 / var(--tw-text-opacity));
}
.text-\[\#198dfa\] {
  --tw-text-opacity: 1;
  color: rgb(25 141 250 / var(--tw-text-opacity));
}
.text-\[\#1A1C20\] {
  --tw-text-opacity: 1;
  color: rgb(26 28 32 / var(--tw-text-opacity));
}
.text-\[\#1a1c20\] {
  --tw-text-opacity: 1;
  color: rgb(26 28 32 / var(--tw-text-opacity));
}
.text-\[\#484a57\] {
  --tw-text-opacity: 1;
  color: rgb(72 74 87 / var(--tw-text-opacity));
}
.text-\[\#5D5E62\] {
  --tw-text-opacity: 1;
  color: rgb(93 94 98 / var(--tw-text-opacity));
}
.text-\[\#5d5e62\] {
  --tw-text-opacity: 1;
  color: rgb(93 94 98 / var(--tw-text-opacity));
}
.text-\[\#868E96\] {
  --tw-text-opacity: 1;
  color: rgb(134 142 150 / var(--tw-text-opacity));
}
.text-\[\#AAABB0\] {
  --tw-text-opacity: 1;
  color: rgb(170 171 176 / var(--tw-text-opacity));
}
.text-\[\#EC474A\] {
  --tw-text-opacity: 1;
  color: rgb(236 71 74 / var(--tw-text-opacity));
}
.text-\[\#FF0000\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-\[\#aaabb0\] {
  --tw-text-opacity: 1;
  color: rgb(170 171 176 / var(--tw-text-opacity));
}
.text-\[\#c6c6cb\] {
  --tw-text-opacity: 1;
  color: rgb(198 198 203 / var(--tw-text-opacity));
}
.text-\[\#fe5455\] {
  --tw-text-opacity: 1;
  color: rgb(254 84 85 / var(--tw-text-opacity));
}
.text-\[\#ff0000\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-ch-red-55 {
  --tw-text-opacity: 1;
  color: rgb(236 71 74 / var(--tw-text-opacity));
}
.text-fg-brand {
  --tw-text-opacity: 1;
  color: rgb(0 133 239 / var(--tw-text-opacity));
}
.text-fg-brand-free {
  --tw-text-opacity: 1;
  color: rgb(129 110 255 / var(--tw-text-opacity));
}
.text-fg-inverse-normal {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-fg-normal {
  --tw-text-opacity: 1;
  color: rgb(26 28 32 / var(--tw-text-opacity));
}
.text-fg-orange {
  --tw-text-opacity: 1;
  color: rgb(216 96 19 / var(--tw-text-opacity));
}
.text-fg-red {
  --tw-text-opacity: 1;
  color: rgb(236 71 74 / var(--tw-text-opacity));
}
.text-fg-subtle {
  --tw-text-opacity: 1;
  color: rgb(93 94 98 / var(--tw-text-opacity));
}
.text-fg-subtler {
  --tw-text-opacity: 1;
  color: rgb(170 171 176 / var(--tw-text-opacity));
}
.text-fg-subtlest {
  --tw-text-opacity: 1;
  color: rgb(198 198 203 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-neutral-0 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-neutral-70 {
  --tw-text-opacity: 1;
  color: rgb(170 171 176 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.underline-offset-8 {
  text-underline-offset: 8px;
}
.placeholder-\[\#AAABB0\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(170 171 176 / var(--tw-placeholder-opacity));
}
.placeholder-\[\#AAABB0\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(170 171 176 / var(--tw-placeholder-opacity));
}
.placeholder-fg-subtler::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(170 171 176 / var(--tw-placeholder-opacity));
}
.placeholder-fg-subtler::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(170 171 176 / var(--tw-placeholder-opacity));
}
.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-\[0\.2\] {
  opacity: 0.2;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-shadow-3dp {
  --tw-shadow: 0px 3px 9px 0px rgba(4, 19, 39, 0.08), 0px 3px 3px 0px rgba(4, 19, 39, 0.13);;
  --tw-shadow-colored: 0px 3px 9px 0px var(--tw-shadow-color), 0px 3px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-shadow-6dp {
  --tw-shadow: 0px 6px 13px 0px rgba(4, 19, 39, 0.06), 0px 6px 6px 0px rgba(4, 19, 39, 0.10);
  --tw-shadow-colored: 0px 6px 13px 0px var(--tw-shadow-color), 0px 6px 6px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-fg-brand {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 133 239 / var(--tw-ring-opacity));
}
.brightness-200 {
  --tw-brightness: brightness(2);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-50 {
  --tw-brightness: brightness(.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-75 {
  --tw-brightness: brightness(.75);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-\[250ms\] {
  transition-duration: 250ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.PoppinsLight {
  font-family: Poppins-Light;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.PoppinsSemibold {
  font-family: Poppins-Semibold;
  font-weight: 600;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.PretendardRegular {
  font-family: PretendardVariable-regular;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.PretendardSemibold {
  font-family: PretendardVariable-semibold;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Title02Bold {
  font-family: Poppins-Semibold;
  font-weight: 600;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}
.Title04Bold {
  font-family: PretendardVariable-semibold;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
}
.Title05Bold {
  font-family: PretendardVariable-semibold;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
.Title06Bold {
  font-family: PretendardVariable-semibold;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
.Title07Bold {
  font-family: PretendardVariable-semibold;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}
.CompactXl {
  font-family: PretendardVariable-regular;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}
.CompactLg {
  font-family: PretendardVariable-regular;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
.CompactMd {
  font-family: PretendardVariable-regular;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
}
@media (min-width: 1280px) {

  .CompactMd {
    font-size: 14px;
  }
}
.CompactSm {
  font-family: PretendardVariable-regular;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}
@media (min-width: 1280px) {

  .CompactSm {
    font-size: 13px;
  }
}
.CompactXs {
  font-family: PretendardVariable-regular;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
}
@media (min-width: 1280px) {

  .CompactXs {
    font-size: 12px;
  }
}
.Compact2Xs {
  font-family: PretendardVariable-regular;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
}
@media (min-width: 1280px) {

  .Compact2Xs {
    font-size: 11px;
  }
}
.CompactLgBold {
  font-family: PretendardVariable-semibold;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
.CompactMdBold {
  font-family: PretendardVariable-semibold;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
}
@media (min-width: 1280px) {

  .CompactMdBold {
    font-size: 14px;
  }
}
.CompactSmBold {
  font-family: PretendardVariable-semibold;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}
@media (min-width: 1280px) {

  .CompactSmBold {
    font-size: 13px;
  }
}
.CompactXsBold {
  font-family: PretendardVariable-semibold;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
}
@media (min-width: 1280px) {

  .CompactXsBold {
    font-size: 12px;
  }
}
.BodyMd {
  font-family: PretendardVariable-regular;
  font-weight: 400;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 1.4;
}
@media (min-width: 1280px) {

  .BodyMd {
    font-size: 14px;
  }
}
.MotionInOut {
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}
.MotionOut {
  transition-timing-function: ease-out;
  transition-duration: 250ms;
}
.MotionIn {
  transition-timing-function: ease-in;
  transition-duration: 250ms;
}
.MotionLongInOut {
  transition-timing-function: ease-in-out;
  transition-duration: 350ms;
}
.a11y {
  position: absolute !important;
  display: block !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  word-break: initial !important;
  word-wrap: initial !important;
}

input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

input:placeholder-shown {
  text-overflow: ellipsis;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

.body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.cards::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
}
#windy #bottom,
#windy #mobile-ovr-select,
#windy #embed-zoom {
  display: none !important;
}

#windy #logo-wrapper {
  display: none;
}

.scroll::-webkit-scrollbar {
  width: 3px;
  scrollbar-color: #c6c6cb transparent;
  scrollbar-width: thin;
}
.scroll::-webkit-scrollbar-thumb {
  border: 4px solid #c6c6cb;
  margin: 0 auto;
  background: #c6c6cb;
  border-radius: 12px;
}
.scroll::-webkit-scrollbar-track {
  background: rgba(#c6c6cb, 0.2);
}
.scroll::-webkit-scrollbar-track-piece {
  background: rgba(#c6c6cb, 0.2);
}

/* Removing the default appearance */
.range-slider-thumb,
.range-slider-thumb::-webkit-slider-thumb {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.range-slider-thumb {
  pointer-events: none;
  position: absolute;
  height: 0;
  width: 100%;
  outline: none;
}

.range-slider-thumb::-webkit-slider-thumb {
  background-color: #fff;
  border: 1px solid #c6c6cb;
  border-radius: 50%;
  filter: drop-shadow(0px 3px 9px rgba(4, 19, 39, 0.08))
    drop-shadow(0px 3px 3px rgba(4, 19, 39, 0.13));
  cursor: pointer;
  height: 32px;
  width: 32px;
  pointer-events: all;
  position: relative;
}

.range-slider-thumb::-moz-range-thumb {
  background-color: #fff;
  border: 1px solid #c6c6cb;
  border-radius: 50%;
  filter: drop-shadow(0px 3px 9px rgba(4, 19, 39, 0.08))
    drop-shadow(0px 3px 3px rgba(4, 19, 39, 0.13));
  cursor: pointer;
  height: 18px;
  width: 18px;
  margin-top: 4px;
  pointer-events: all;
  position: relative;
}

.fg-inverse-normal-color-path path {
  fill: var(--fg-inverse-normal);
}

.neutral-40-color-path path {
  fill: var(--neutral-40);
}

.neutral-80-color-path path {
  fill: var(--neutral-80);
}

.fg-brand-color-path path {
  fill: var(--fg-brand);
  transition: fill 250ms ease-in-out;
}

.fg-normal-color-path path {
  fill: var(--fg-normal);
}

.fg-subtle-color-path path {
  fill: var(--fg-subtle);
}

.fg-subtler-color-path path {
  fill: var(--fg-subtler);
}

.fg-red-color-path path {
  fill: var(--fg-red);
}

.flex-child-1 button {
  flex: 1;
}

.hexbin-tooltip {
  background-color: var(--fill-neutral-inverse);
  padding: 6.5px 12px;
  border-radius: 40px;
  font-family: 'Pretendard Variable';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: -0.16px;
}

.hexbin-tooltip:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -5px;
  background: url(/_next/static/media/tooltip_tail_w.79a1c843.png) no-repeat
    center center / cover;
  width: 97px;
  height: 7px;
  margin: 0;
  transform: translate(-50%, 0);
}

video::-internal-media-controls-overlay-cast-button {
  display: none !important;
}

.flatpickr-calendar {
  width: 284px !important;
  padding: 16px !important;
  box-shadow:
    0px 3px 9px 0px rgba(4, 19, 39, 0.08),
    0px 3px 3px 0px rgba(4, 19, 39, 0.13) !important;
  z-index: 100000000 !important;
}

.flatpickr-innerContainer {
  width: 252px !important;
}

.flatpickr-months {
  height: 27px !important;
  margin-bottom: 8px !important;
}

.flatpickr-month {
  text-align: center !important;
  height: 27px !important;
}

.flatpickr-prev-month {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  top: 16px !important;
  left: 36px !important;
  width: 32px !important;
  height: 32px !important;
  padding: 4px !important;
  border-radius: 50% !important;
}

.flatpickr-next-month {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  top: 16px !important;
  right: 36px !important;
  width: 32px !important;
  height: 32px !important;
  padding: 4px !important;
  border-radius: 50% !important;
}

.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  background: rgba(0, 0, 0, 0.03) !important;
}

.flatpickr-prev-month:hover > svg,
.flatpickr-next-month:hover > svg {
  fill: rgba(0, 0, 0, 0.9) !important;
}

.flatpickr-current-month {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: initial !important;
  width: auto !important;
  padding: 4px 8px !important;
  font-family: 'PretendardVariable-semibold' !important;
  font-weight: 600 !important;
  text-align: center !important;
  letter-spacing: -0.01em !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  cursor: default !important;
}

.flatpickr-monthDropdown-months {
  height: 30px !important;
}

.flatpickr-monthDropdown-months:hover {
  background: none !important;
}

.numInputWrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 30px !important;
  text-align: center !important;
}

.numInputWrapper:hover {
  background: none !important;
}

.numInput {
  text-align: center !important;
  padding: 0 !important;
}

.flatpickr-monthDropdown-months + .numInputWrapper > .numInput {
  pointer-events: initial !important;
  text-align: left !important;
  padding: 0 0 0 0.5ch !important;
  cursor: default !important;
}

.flatpickr-monthDropdown-months + .numInputWrapper > .arrowDown,
.flatpickr-monthDropdown-months + .numInputWrapper > .arrowUp {
  display: none !important;
}

.flatpickr-weekday {
  width: 36px !important;
  height: 24px !important;
  font-family: 'PretendardVariable-semibold' !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  letter-spacing: -0.01em !important;
  color: #1a1c20 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-size: 15px !important;
}

@media screen and (min-width: 1280px) {
  .flatpickr-weekday {
    font-size: 14px !important;
  }
}

.flatpickr-days {
  width: 252px !important;
}

.flatpickr-day {
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  transition: all 250ms ease-in-out;
}

.flatpickr-day.selected {
  color: #fff !important;
}

.flatpickr-day.flatpickr-disabled {
  color: rgba(170, 171, 176, 1) !important;
}

.flatpickr-weekdaycontainer > .flatpickr-weekday:first-child,
.flatpickr-weekdaycontainer > .flatpickr-weekday:last-child {
  color: rgba(236, 71, 74, 1) !important;
}

.dayContainer {
  width: 252px !important;
  min-width: auto !important;
  max-width: none !important;
}

.dayContainer > .flatpickr-day:nth-child(7n),
.dayContainer > .flatpickr-day:nth-child(7n + 1) {
  color: rgba(236, 71, 74, 1);
}

.dayContainer > .flatpickr-day:nth-child(7n).flatpickr-disabled,
.dayContainer > .flatpickr-day:nth-child(7n + 1).flatpickr-disabled {
  color: rgba(255, 137, 132, 1) !important;
}

.prevMonthDay {
  color: rgba(170, 171, 176, 1) !important;
}

.nextMonthDay {
  color: rgba(170, 171, 176, 1) !important;
}

.flatpickr-monthSelect-months {
  width: 252px !important;
  max-width: none !important;
  min-width: auto !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  grid-template-rows: 1fr 1fr 1fr 1fr !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
}

.flatpickr-monthSelect-month {
  position: relative;
  display: block;
  width: 64px !important;
  height: 48px !important;
  border-radius: 999px !important;
  font-family: 'PretendardVariable-regular' !important;
  font-weight: 400 !important;
  line-height: 48px !important;
  text-align: center !important;
  letter-spacing: -0.01em !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  cursor: pointer !important;
  margin: 0 auto !important;
  font-size: 14px !important;
  transition: all 250ms ease-in-out;
}

@media screen and (min-width: 1280px) {
  .flatpickr-monthSelect-month {
    font-size: 15px !important;
  }
}

.flatpickr-monthSelect-month.selected {
  background-color: #2492fe !important;
  color: #fff !important;
}

.flatpickr-monthSelect-month.flatpickr-disabled {
  color: rgba(170, 171, 176, 1);
}

.flatpickr-monthSelect-month:hover:not(.flatpickr-disabled) {
  background-color: rgba(0, 0, 0, 0.03) !important;
  color: #1a1c20 !important;
}

.flatpickr-day.has-dot:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: #2492fe;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 15px;
}

.flatpickr-monthSelect-month.has-dot:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: #2492fe;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: calc(50% - 2px);
}

.react-modal-sheet-container {
  overflow: hidden;
  border-radius: 12px 12px 0 0 !important;
}
.react-modal-sheet-content {
  z-index: 0;
}

.point-list-sheet .react-modal-sheet-container,
.point-detail-sheet .react-modal-sheet-container {
  height: calc(100% - 12px) !important;
}

.overflow-hidden {
  overflow: hidden !important;
}
.width-auto {
  width: auto !important;
}

.point-list-sheet:before,
.point-detail-sheet:before {
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.point-list-sheet.full:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: var(--bg-dim);
  opacity: 1;
}
.point-detail-sheet:not(.card):before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: var(--bg-dim);
  opacity: 1;
}

.point-detail-sheet.card,
.point-list-sheet.show-list {
  transform: translate(0, 0) !important;
}
.point-list-sheet.show-list .react-modal-sheet-container {
  transform: translateY(calc(100% - 64px)) translateZ(0px) !important;
}

.point-detail-sheet.card .react-modal-sheet-container {
  transform: translateY(calc(100% - 138px)) translateZ(0px) !important;
}

.toast-in {
  animation: toast-in 175ms ease-out;
}

.toast-out {
  animation: toast-out 175ms ease-in;
}
@keyframes toast-in {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes toast-out {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
.blur-bottom::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); 
  filter: blur(10px);
  pointer-events: none;
}
.placeholder\:text-ellipsis::-moz-placeholder {
  text-overflow: ellipsis;
}
.placeholder\:text-ellipsis::placeholder {
  text-overflow: ellipsis;
}
.placeholder\:text-\[14px\]::-moz-placeholder {
  font-size: 14px;
}
.placeholder\:text-\[14px\]::placeholder {
  font-size: 14px;
}
.placeholder\:text-\[15px\]::-moz-placeholder {
  font-size: 15px;
}
.placeholder\:text-\[15px\]::placeholder {
  font-size: 15px;
}
.placeholder\:text-\[\#AAABB0\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(170 171 176 / var(--tw-text-opacity));
}
.placeholder\:text-\[\#AAABB0\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(170 171 176 / var(--tw-text-opacity));
}
.placeholder\:text-\[\#ababab\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(171 171 171 / var(--tw-text-opacity));
}
.placeholder\:text-\[\#ababab\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(171 171 171 / var(--tw-text-opacity));
}
.placeholder\:text-fg-subtler::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(170 171 176 / var(--tw-text-opacity));
}
.placeholder\:text-fg-subtler::placeholder {
  --tw-text-opacity: 1;
  color: rgb(170 171 176 / var(--tw-text-opacity));
}
.placeholder\:PretendardRegular::-moz-placeholder {
  font-family: PretendardVariable-regular;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder\:PretendardRegular::placeholder {
  font-family: PretendardVariable-regular;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder\:CompactMd::-moz-placeholder {
  font-family: PretendardVariable-regular;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
}
.placeholder\:CompactMd::placeholder {
  font-family: PretendardVariable-regular;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
}
@media (min-width: 1280px) {

  .placeholder\:CompactMd::-moz-placeholder {
    font-size: 14px;
  }

  .placeholder\:CompactMd::placeholder {
    font-size: 14px;
  }
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:-inset-0::before {
  content: var(--tw-content);
  inset: -0px;
}
.before\:inset-x-0::before {
  content: var(--tw-content);
  left: 0px;
  right: 0px;
}
.before\:inset-y-\[50\%\]::before {
  content: var(--tw-content);
  top: 50%;
  bottom: 50%;
}
.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:left-1\/2::before {
  content: var(--tw-content);
  left: 50%;
}
.before\:left-\[-24px\]::before {
  content: var(--tw-content);
  left: -24px;
}
.before\:left-\[0\]::before {
  content: var(--tw-content);
  left: 0;
}
.before\:left-\[16px\]::before {
  content: var(--tw-content);
  left: 16px;
}
.before\:left-\[4px\]::before {
  content: var(--tw-content);
  left: 4px;
}
.before\:right-\[-24px\]::before {
  content: var(--tw-content);
  right: -24px;
}
.before\:right-\[0\]::before {
  content: var(--tw-content);
  right: 0;
}
.before\:right-\[16px\]::before {
  content: var(--tw-content);
  right: 16px;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:top-\[6px\]::before {
  content: var(--tw-content);
  top: 6px;
}
.before\:top-\[8px\]::before {
  content: var(--tw-content);
  top: 8px;
}
.before\:mr-\[4px\]::before {
  content: var(--tw-content);
  margin-right: 4px;
}
.before\:mt-\[-2px\]::before {
  content: var(--tw-content);
  margin-top: -2px;
}
.before\:block::before {
  content: var(--tw-content);
  display: block;
}
.before\:inline-block::before {
  content: var(--tw-content);
  display: inline-block;
}
.before\:h-\[1px\]::before {
  content: var(--tw-content);
  height: 1px;
}
.before\:h-\[2px\]::before {
  content: var(--tw-content);
  height: 2px;
}
.before\:h-\[4px\]::before {
  content: var(--tw-content);
  height: 4px;
}
.before\:w-\[100\%\]::before {
  content: var(--tw-content);
  width: 100%;
}
.before\:w-\[10px\]::before {
  content: var(--tw-content);
  width: 10px;
}
.before\:w-\[4px\]::before {
  content: var(--tw-content);
  width: 4px;
}
.before\:w-\[5px\]::before {
  content: var(--tw-content);
  width: 5px;
}
.before\:rotate-\[45deg\]::before {
  content: var(--tw-content);
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:rounded-\[2px\]::before {
  content: var(--tw-content);
  border-radius: 2px;
}
.before\:rounded-\[50\%\]::before {
  content: var(--tw-content);
  border-radius: 50%;
}
.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}
.before\:border-t-\[2px\]::before {
  content: var(--tw-content);
  border-top-width: 2px;
}
.before\:border-dotted::before {
  content: var(--tw-content);
  border-style: dotted;
}
.before\:border-fg-brand::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 133 239 / var(--tw-border-opacity));
}
.before\:border-fg-normal::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(26 28 32 / var(--tw-border-opacity));
}
.before\:bg-bg::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.before\:bg-fg-subtler::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(170 171 176 / var(--tw-bg-opacity));
}
.before\:bg-fill-brand::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(36 146 254 / var(--tw-bg-opacity));
}
.before\:bg-neutral-90::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 231 / var(--tw-bg-opacity));
}
.before\:align-middle::before {
  content: var(--tw-content);
  vertical-align: middle;
}
.before\:transition-all::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.before\:duration-\[250ms\]::before {
  content: var(--tw-content);
  transition-duration: 250ms;
}
.before\:ease-in-out::before {
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}
.after\:left-\[6px\]::after {
  content: var(--tw-content);
  left: 6px;
}
.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}
.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}
.after\:top-\[-4px\]::after {
  content: var(--tw-content);
  top: -4px;
}
.after\:top-\[7px\]::after {
  content: var(--tw-content);
  top: 7px;
}
.after\:z-\[10\]::after {
  content: var(--tw-content);
  z-index: 10;
}
.after\:ml-\[2px\]::after {
  content: var(--tw-content);
  margin-left: 2px;
}
.after\:inline-block::after {
  content: var(--tw-content);
  display: inline-block;
}
.after\:h-\[100\%\]::after {
  content: var(--tw-content);
  height: 100%;
}
.after\:h-\[2px\]::after {
  content: var(--tw-content);
  height: 2px;
}
.after\:h-\[318px\]::after {
  content: var(--tw-content);
  height: 318px;
}
.after\:h-\[4px\]::after {
  content: var(--tw-content);
  height: 4px;
}
.after\:h-\[514px\]::after {
  content: var(--tw-content);
  height: 514px;
}
.after\:h-\[6px\]::after {
  content: var(--tw-content);
  height: 6px;
}
.after\:w-\[100\%\]::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:w-\[6px\]::after {
  content: var(--tw-content);
  width: 6px;
}
.after\:w-\[8px\]::after {
  content: var(--tw-content);
  width: 8px;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:rotate-\[-45deg\]::after {
  content: var(--tw-content);
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:rounded::after {
  content: var(--tw-content);
  border-radius: 0.25rem;
}
.after\:rounded-\[2px\]::after {
  content: var(--tw-content);
  border-radius: 2px;
}
.after\:rounded-\[4px\]::after {
  content: var(--tw-content);
  border-radius: 4px;
}
.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:bg-bg::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.after\:bg-fg-red::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(236 71 74 / var(--tw-bg-opacity));
}
.after\:bg-fill-neutral-inverse::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.after\:bg-op-brand-8::after {
  content: var(--tw-content);
  background-color: rgba(36, 146, 254, 0.08);
}
.after\:align-top::after {
  content: var(--tw-content);
  vertical-align: top;
}
.after\:opacity-0::after {
  content: var(--tw-content);
  opacity: 0;
}
.after\:opacity-100::after {
  content: var(--tw-content);
  opacity: 1;
}
.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:transition-opacity::after {
  content: var(--tw-content);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:MotionInOut::after {
  content: var(--tw-content);
  transition-timing-function: ease-in-out;
  transition-duration: 250ms;
}
.first\:ml-0:first-child {
  margin-left: 0px;
}
.first\:mt-0:first-child {
  margin-top: 0px;
}
.first\:mt-\[0\]:first-child {
  margin-top: 0;
}
.first\:rounded-l-\[8px\]:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.last\:rounded-r-\[8px\]:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.last\:border-none:last-child {
  border-style: none;
}
.last\:pb-\[20px\]:last-child {
  padding-bottom: 20px;
}
.only-of-type\:w-full:only-of-type {
  width: 100%;
}
.only-of-type\:before\:block:only-of-type::before {
  content: var(--tw-content);
  display: block;
}
.focus-within\:border-neutral-80:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(198 198 203 / var(--tw-border-opacity));
}
.focus-within\:bg-bg:focus-within {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:-rotate-\[15deg\]:hover {
  --tw-rotate: -15deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:rounded-\[11px\]:hover {
  border-radius: 11px;
}
.hover\:rounded-md:hover {
  border-radius: 0.375rem;
}
.hover\:border-neutral-80:hover {
  --tw-border-opacity: 1;
  border-color: rgb(198 198 203 / var(--tw-border-opacity));
}
.hover\:bg-\[\#e1dee1\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 222 225 / var(--tw-bg-opacity));
}
.hover\:bg-bg:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-brand-98:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 255 / var(--tw-bg-opacity));
}
.hover\:bg-fill-brand:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 146 254 / var(--tw-bg-opacity));
}
.hover\:bg-film-hover-black:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.hover\:bg-film-hover-black-bold:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.hover\:bg-film-hover-white:hover {
  background-color: rgba(255,255,255,0.06);
}
.hover\:bg-film-hover-white-bold:hover {
  background-color: rgba(255,255,255,0.11);
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:text-fg-inverse-normal:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:before\:bg-film-hover-black-bold:hover::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.08);
}
.hover\:after\:block:hover::after {
  content: var(--tw-content);
  display: block;
}
.hover\:after\:bg-film-hover-black:hover::after {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.03);
}
.focus\:border:focus {
  border-width: 1px;
}
.focus\:border-brand-60:focus {
  --tw-border-opacity: 1;
  border-color: rgb(36 146 254 / var(--tw-border-opacity));
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.disabled\:bg-fill-brand-subtle:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(189 214 255 / var(--tw-bg-opacity));
}
.disabled\:text-fg-subtler:disabled {
  --tw-text-opacity: 1;
  color: rgb(170 171 176 / var(--tw-text-opacity));
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:rotate-\[-15deg\] {
  --tw-rotate: -15deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:rotate-\[15deg\] {
  --tw-rotate: 15deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-\[1\.1\] {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-\[1\.2143\] {
  --tw-scale-x: 1.2143;
  --tw-scale-y: 1.2143;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:border-none {
  border-style: none;
}
.group:hover .group-hover\:ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
@media (min-width: 300px) and (max-width: 674px) {

  .mobile\:absolute {
    position: absolute;
  }

  .mobile\:relative {
    position: relative;
  }

  .mobile\:bottom-\[-20px\] {
    bottom: -20px;
  }

  .mobile\:left-6 {
    left: 1.5rem;
  }

  .mobile\:right-2 {
    right: 0.5rem;
  }

  .mobile\:right-\[12px\] {
    right: 12px;
  }

  .mobile\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .mobile\:mt-1 {
    margin-top: 0.25rem;
  }

  .mobile\:mt-10 {
    margin-top: 2.5rem;
  }

  .mobile\:mt-5 {
    margin-top: 1.25rem;
  }

  .mobile\:mt-\[40px\] {
    margin-top: 40px;
  }

  .mobile\:flex {
    display: flex;
  }

  .mobile\:hidden {
    display: none;
  }

  .mobile\:h-\[100px\] {
    height: 100px;
  }

  .mobile\:h-\[44px\] {
    height: 44px;
  }

  .mobile\:h-\[500px\] {
    height: 500px;
  }

  .mobile\:h-\[512px\] {
    height: 512px;
  }

  .mobile\:h-\[660px\] {
    height: 660px;
  }

  .mobile\:h-auto {
    height: auto;
  }

  .mobile\:w-\[120px\] {
    width: 120px;
  }

  .mobile\:w-\[320px\] {
    width: 320px;
  }

  .mobile\:w-\[330px\] {
    width: 330px;
  }

  .mobile\:w-\[360px\] {
    width: 360px;
  }

  .mobile\:w-\[8px\] {
    width: 8px;
  }

  .mobile\:w-auto {
    width: auto;
  }

  .mobile\:w-full {
    width: 100%;
  }

  .mobile\:flex-col {
    flex-direction: column;
  }

  .mobile\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .mobile\:flex-wrap {
    flex-wrap: wrap;
  }

  .mobile\:items-start {
    align-items: flex-start;
  }

  .mobile\:items-center {
    align-items: center;
  }

  .mobile\:justify-center {
    justify-content: center;
  }

  .mobile\:gap-3 {
    gap: 0.75rem;
  }

  .mobile\:gap-\[10px\] {
    gap: 10px;
  }

  .mobile\:gap-\[12px\] {
    gap: 12px;
  }

  .mobile\:gap-\[20px\] {
    gap: 20px;
  }

  .mobile\:gap-\[32px\] {
    gap: 32px;
  }

  .mobile\:gap-\[8px\] {
    gap: 8px;
  }

  .mobile\:gap-y-\[40px\] {
    row-gap: 40px;
  }

  .mobile\:gap-y-\[98px\] {
    row-gap: 98px;
  }

  .mobile\:overflow-x-auto {
    overflow-x: auto;
  }

  .mobile\:overflow-y-auto {
    overflow-y: auto;
  }

  .mobile\:border-b-\[1px\] {
    border-bottom-width: 1px;
  }

  .mobile\:border-r-\[0\.5px\] {
    border-right-width: 0.5px;
  }

  .mobile\:border-t-0 {
    border-top-width: 0px;
  }

  .mobile\:border-l-\[\#2492fe\] {
    --tw-border-opacity: 1;
    border-left-color: rgb(36 146 254 / var(--tw-border-opacity));
  }

  .mobile\:p-\[12px\] {
    padding: 12px;
  }

  .mobile\:px-\[12px\] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .mobile\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile\:px-\[5px\] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .mobile\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .mobile\:pb-4 {
    padding-bottom: 1rem;
  }

  .mobile\:pt-\[32px\] {
    padding-top: 32px;
  }

  .mobile\:text-\[16px\] {
    font-size: 16px;
  }

  .mobile\:text-\[44px\] {
    font-size: 44px;
  }

  .mobile\:PoppinsLight {
    font-family: Poppins-Light;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .mobile\:PoppinsSemibold {
    font-family: Poppins-Semibold;
    font-weight: 600;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .mobile\:PretendardRegular {
    font-family: PretendardVariable-regular;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.01em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media (min-width: 674px) and (max-width: 1279px) {

  .tablet\:absolute {
    position: absolute;
  }

  .tablet\:relative {
    position: relative;
  }

  .tablet\:bottom-10 {
    bottom: 2.5rem;
  }

  .tablet\:left-10 {
    left: 2.5rem;
  }

  .tablet\:left-8 {
    left: 2rem;
  }

  .tablet\:left-auto {
    left: auto;
  }

  .tablet\:top-5 {
    top: 1.25rem;
  }

  .tablet\:top-auto {
    top: auto;
  }

  .tablet\:mb-20 {
    margin-bottom: 5rem;
  }

  .tablet\:mt-0 {
    margin-top: 0px;
  }

  .tablet\:mt-1 {
    margin-top: 0.25rem;
  }

  .tablet\:line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .tablet\:flex {
    display: flex;
  }

  .tablet\:hidden {
    display: none;
  }

  .tablet\:h-\[0\.5px\] {
    height: 0.5px;
  }

  .tablet\:h-\[14px\] {
    height: 14px;
  }

  .tablet\:h-\[20px\] {
    height: 20px;
  }

  .tablet\:h-\[221px\] {
    height: 221px;
  }

  .tablet\:h-\[223px\] {
    height: 223px;
  }

  .tablet\:h-\[22px\] {
    height: 22px;
  }

  .tablet\:h-\[334px\] {
    height: 334px;
  }

  .tablet\:h-\[36px\] {
    height: 36px;
  }

  .tablet\:h-\[420px\] {
    height: 420px;
  }

  .tablet\:h-\[48px\] {
    height: 48px;
  }

  .tablet\:h-\[860px\] {
    height: 860px;
  }

  .tablet\:w-\[132px\] {
    width: 132px;
  }

  .tablet\:w-\[14px\] {
    width: 14px;
  }

  .tablet\:w-\[200px\] {
    width: 200px;
  }

  .tablet\:w-\[20px\] {
    width: 20px;
  }

  .tablet\:w-\[22px\] {
    width: 22px;
  }

  .tablet\:w-\[285px\] {
    width: 285px;
  }

  .tablet\:w-\[287\.75px\] {
    width: 287.75px;
  }

  .tablet\:w-\[36px\] {
    width: 36px;
  }

  .tablet\:w-\[376px\] {
    width: 376px;
  }

  .tablet\:w-\[420px\] {
    width: 420px;
  }

  .tablet\:w-\[589px\] {
    width: 589px;
  }

  .tablet\:w-\[650px\] {
    width: 650px;
  }

  .tablet\:w-\[674px\] {
    width: 674px;
  }

  .tablet\:w-\[780px\] {
    width: 780px;
  }

  .tablet\:w-\[900px\] {
    width: 900px;
  }

  .tablet\:w-auto {
    width: auto;
  }

  .tablet\:w-full {
    width: 100%;
  }

  .tablet\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .tablet\:flex-row {
    flex-direction: row;
  }

  .tablet\:flex-col {
    flex-direction: column;
  }

  .tablet\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .tablet\:flex-wrap {
    flex-wrap: wrap;
  }

  .tablet\:items-start {
    align-items: flex-start;
  }

  .tablet\:items-center {
    align-items: center;
  }

  .tablet\:justify-center {
    justify-content: center;
  }

  .tablet\:gap-2 {
    gap: 0.5rem;
  }

  .tablet\:gap-3 {
    gap: 0.75rem;
  }

  .tablet\:gap-\[16px\] {
    gap: 16px;
  }

  .tablet\:gap-\[24px\] {
    gap: 24px;
  }

  .tablet\:gap-\[40px\] {
    gap: 40px;
  }

  .tablet\:text-nowrap {
    text-wrap: nowrap;
  }

  .tablet\:border-b-\[1px\] {
    border-bottom-width: 1px;
  }

  .tablet\:border-l-0 {
    border-left-width: 0px;
  }

  .tablet\:border-t-\[0\.5px\] {
    border-top-width: 0.5px;
  }

  .tablet\:border-none {
    border-style: none;
  }

  .tablet\:border-t-\[\#2492FE\] {
    --tw-border-opacity: 1;
    border-top-color: rgb(36 146 254 / var(--tw-border-opacity));
  }

  .tablet\:p-\[12px\] {
    padding: 12px;
  }

  .tablet\:px-\[12px\] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tablet\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tablet\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tablet\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tablet\:px-\[52px\] {
    padding-left: 52px;
    padding-right: 52px;
  }

  .tablet\:py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .tablet\:pl-2 {
    padding-left: 0.5rem;
  }

  .tablet\:pr-60 {
    padding-right: 15rem;
  }

  .tablet\:text-center {
    text-align: center;
  }

  .tablet\:text-right {
    text-align: right;
  }

  .tablet\:text-\[16px\] {
    font-size: 16px;
  }

  .tablet\:text-\[52px\] {
    font-size: 52px;
  }

  .tablet\:leading-\[19\.2px\] {
    line-height: 19.2px;
  }

  .tablet\:leading-\[52px\] {
    line-height: 52px;
  }
}
@media (min-width: 1280px) {

  .laptop\:absolute {
    position: absolute;
  }

  .laptop\:relative {
    position: relative;
  }

  .laptop\:bottom-10 {
    bottom: 2.5rem;
  }

  .laptop\:left-\[164px\] {
    left: 164px;
  }

  .laptop\:left-auto {
    left: auto;
  }

  .laptop\:right-\[-20px\] {
    right: -20px;
  }

  .laptop\:top-5 {
    top: 1.25rem;
  }

  .laptop\:top-\[40px\] {
    top: 40px;
  }

  .laptop\:top-auto {
    top: auto;
  }

  .laptop\:mb-20 {
    margin-bottom: 5rem;
  }

  .laptop\:mt-0 {
    margin-top: 0px;
  }

  .laptop\:line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .laptop\:block {
    display: block;
  }

  .laptop\:flex {
    display: flex;
  }

  .laptop\:hidden {
    display: none;
  }

  .laptop\:\!h-\[16px\] {
    height: 16px !important;
  }

  .laptop\:h-\[0\.5px\] {
    height: 0.5px;
  }

  .laptop\:h-\[14px\] {
    height: 14px;
  }

  .laptop\:h-\[20px\] {
    height: 20px;
  }

  .laptop\:h-\[221px\] {
    height: 221px;
  }

  .laptop\:h-\[22px\] {
    height: 22px;
  }

  .laptop\:h-\[364px\] {
    height: 364px;
  }

  .laptop\:h-\[36px\] {
    height: 36px;
  }

  .laptop\:h-\[44px\] {
    height: 44px;
  }

  .laptop\:h-\[52px\] {
    height: 52px;
  }

  .laptop\:h-\[868px\] {
    height: 868px;
  }

  .laptop\:h-auto {
    height: auto;
  }

  .laptop\:max-h-\[248px\] {
    max-height: 248px;
  }

  .laptop\:\!w-\[16px\] {
    width: 16px !important;
  }

  .laptop\:w-1\/2 {
    width: 50%;
  }

  .laptop\:w-\[1320px\] {
    width: 1320px;
  }

  .laptop\:w-\[144px\] {
    width: 144px;
  }

  .laptop\:w-\[14px\] {
    width: 14px;
  }

  .laptop\:w-\[153px\] {
    width: 153px;
  }

  .laptop\:w-\[20px\] {
    width: 20px;
  }

  .laptop\:w-\[220px\] {
    width: 220px;
  }

  .laptop\:w-\[22px\] {
    width: 22px;
  }

  .laptop\:w-\[250px\] {
    width: 250px;
  }

  .laptop\:w-\[299\.25px\] {
    width: 299.25px;
  }

  .laptop\:w-\[300px\] {
    width: 300px;
  }

  .laptop\:w-\[35\%\] {
    width: 35%;
  }

  .laptop\:w-\[36px\] {
    width: 36px;
  }

  .laptop\:w-\[376px\] {
    width: 376px;
  }

  .laptop\:w-\[420px\] {
    width: 420px;
  }

  .laptop\:w-\[427px\] {
    width: 427px;
  }

  .laptop\:w-\[44px\] {
    width: 44px;
  }

  .laptop\:w-\[640px\] {
    width: 640px;
  }

  .laptop\:w-\[65\%\] {
    width: 65%;
  }

  .laptop\:w-\[780px\] {
    width: 780px;
  }

  .laptop\:w-\[855px\] {
    width: 855px;
  }

  .laptop\:w-\[866px\] {
    width: 866px;
  }

  .laptop\:max-w-\[144px\] {
    max-width: 144px;
  }

  .laptop\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .laptop\:flex-row {
    flex-direction: row;
  }

  .laptop\:flex-col {
    flex-direction: column;
  }

  .laptop\:items-center {
    align-items: center;
  }

  .laptop\:gap-2 {
    gap: 0.5rem;
  }

  .laptop\:gap-4 {
    gap: 1rem;
  }

  .laptop\:gap-5 {
    gap: 1.25rem;
  }

  .laptop\:gap-\[100px\] {
    gap: 100px;
  }

  .laptop\:gap-\[12px\] {
    gap: 12px;
  }

  .laptop\:gap-\[16px\] {
    gap: 16px;
  }

  .laptop\:gap-\[40px\] {
    gap: 40px;
  }

  .laptop\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .laptop\:rounded-b-\[20px\] {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .laptop\:border-l-0 {
    border-left-width: 0px;
  }

  .laptop\:border-r-\[0\.5px\] {
    border-right-width: 0.5px;
  }

  .laptop\:border-t-\[0\.5px\] {
    border-top-width: 0.5px;
  }

  .laptop\:border-none {
    border-style: none;
  }

  .laptop\:border-t-\[\#2492FE\] {
    --tw-border-opacity: 1;
    border-top-color: rgb(36 146 254 / var(--tw-border-opacity));
  }

  .laptop\:p-\[10px\] {
    padding: 10px;
  }

  .laptop\:p-\[32px\] {
    padding: 32px;
  }

  .laptop\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .laptop\:px-96 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  .laptop\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .laptop\:px-\[12px\] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .laptop\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .laptop\:px-\[52px\] {
    padding-left: 52px;
    padding-right: 52px;
  }

  .laptop\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .laptop\:px-\[8px\] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .laptop\:py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .laptop\:py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .laptop\:py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .laptop\:pl-\[10px\] {
    padding-left: 10px;
  }

  .laptop\:pr-20 {
    padding-right: 5rem;
  }

  .laptop\:text-center {
    text-align: center;
  }

  .laptop\:text-right {
    text-align: right;
  }

  .laptop\:text-\[20px\] {
    font-size: 20px;
  }

  .laptop\:text-\[24px\] {
    font-size: 24px;
  }

  .laptop\:text-\[72px\] {
    font-size: 72px;
  }

  .laptop\:hover\:bg-film-hover-black-bold:hover {
    background-color: rgba(0, 0, 0, 0.08);
  }

  .laptop\:hover\:bg-film-hover-white-bold:hover {
    background-color: rgba(255,255,255,0.11);
  }

  .laptop\:hover\:after\:bg-film-hover-black-bold:hover::after {
    content: var(--tw-content);
    background-color: rgba(0, 0, 0, 0.08);
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[5].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[5].oneOf[12].use[3]!./styles/fonts.css ***!
  \************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'PretendardVariable-semibold';
  font-weight: 600;
  src:
    url(/_next/static/media/Pretendard-SemiBold.subset.08393bc5.woff2)
      format('woff2'),
    url(/_next/static/media/Pretendard-SemiBold.subset.c72b205f.woff)
      format('woff');
}
@font-face {
  font-family: 'PretendardVariable-regular';
  font-weight: 400;
  src:
    url(/_next/static/media/Pretendard-Regular.subset.501d4af3.woff2)
      format('woff2'),
    url(/_next/static/media/Pretendard-Regular.subset.9d89d755.woff)
      format('woff');
}
@font-face {
  font-family: 'Poppins-Semibold';
  font-weight: 600;
  src:
    url(/_next/static/media/Poppins-SemiBold.74cbb8f8.woff2) format('woff2'),
    url(/_next/static/media/Poppins-SemiBold.1c60610a.woff) format('woff'),
    url(/_next/static/media/Poppins-SemiBold.3a86c90e.eot) format('eot');
}
@font-face {
  font-family: 'Poppins-Light';
  font-weight: 300;
  src:
    url(/_next/static/media/Poppins-Light.88c5d056.woff2) format('woff2'),
    url(/_next/static/media/Poppins-Light.a633d24b.woff) format('woff'),
    url(/_next/static/media/Poppins-Light.aa484bc9.eot) format('eot');
}

